View Javadoc

1   /**
2    * Copyright 2008 WebPhotos
3    *
4    * Licensed under the Apache License, Version 2.0 (the "License");
5    * you may not use this file except in compliance with the License.
6    * You may obtain a copy of the License at
7    *
8    *      http://www.apache.org/licenses/LICENSE-2.0
9    *
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   * See the License for the specific language governing permissions and
14   * limitations under the License.
15   */
16  package net.sf.webphotos.gui.component;
17  
18  import java.beans.*;
19  
20  /**
21   *
22   * @author Guilherme
23   */
24  public class BotaoIconeBeanInfo extends SimpleBeanInfo {
25  
26      // Bean descriptor//GEN-FIRST:BeanDescriptor
27      /*lazy BeanDescriptor*/
28      private static BeanDescriptor getBdescriptor(){
29          BeanDescriptor beanDescriptor = new BeanDescriptor  ( net.sf.webphotos.gui.component.BotaoIcone.class , null ); // NOI18N//GEN-HEADEREND:BeanDescriptor
30  
31          // Here you can add code for customizing the BeanDescriptor.
32  
33          return beanDescriptor;     }//GEN-LAST:BeanDescriptor
34      // Property identifiers//GEN-FIRST:Properties
35      private static final int PROPERTY_accessibleContext = 0;
36      private static final int PROPERTY_action = 1;
37      private static final int PROPERTY_actionCommand = 2;
38      private static final int PROPERTY_actionListeners = 3;
39      private static final int PROPERTY_actionMap = 4;
40      private static final int PROPERTY_alignmentX = 5;
41      private static final int PROPERTY_alignmentY = 6;
42      private static final int PROPERTY_ancestorListeners = 7;
43      private static final int PROPERTY_autoscrolls = 8;
44      private static final int PROPERTY_background = 9;
45      private static final int PROPERTY_backgroundSet = 10;
46      private static final int PROPERTY_baselineResizeBehavior = 11;
47      private static final int PROPERTY_border = 12;
48      private static final int PROPERTY_borderPainted = 13;
49      private static final int PROPERTY_bounds = 14;
50      private static final int PROPERTY_changeListeners = 15;
51      private static final int PROPERTY_colorModel = 16;
52      private static final int PROPERTY_component = 17;
53      private static final int PROPERTY_componentCount = 18;
54      private static final int PROPERTY_componentListeners = 19;
55      private static final int PROPERTY_componentOrientation = 20;
56      private static final int PROPERTY_componentPopupMenu = 21;
57      private static final int PROPERTY_components = 22;
58      private static final int PROPERTY_containerListeners = 23;
59      private static final int PROPERTY_contentAreaFilled = 24;
60      private static final int PROPERTY_cursor = 25;
61      private static final int PROPERTY_cursorSet = 26;
62      private static final int PROPERTY_debugGraphicsOptions = 27;
63      private static final int PROPERTY_defaultButton = 28;
64      private static final int PROPERTY_defaultCapable = 29;
65      private static final int PROPERTY_disabledIcon = 30;
66      private static final int PROPERTY_disabledSelectedIcon = 31;
67      private static final int PROPERTY_displayable = 32;
68      private static final int PROPERTY_displayedMnemonicIndex = 33;
69      private static final int PROPERTY_doubleBuffered = 34;
70      private static final int PROPERTY_dropTarget = 35;
71      private static final int PROPERTY_enabled = 36;
72      private static final int PROPERTY_focusable = 37;
73      private static final int PROPERTY_focusCycleRoot = 38;
74      private static final int PROPERTY_focusCycleRootAncestor = 39;
75      private static final int PROPERTY_focusListeners = 40;
76      private static final int PROPERTY_focusOwner = 41;
77      private static final int PROPERTY_focusPainted = 42;
78      private static final int PROPERTY_focusTraversable = 43;
79      private static final int PROPERTY_focusTraversalKeys = 44;
80      private static final int PROPERTY_focusTraversalKeysEnabled = 45;
81      private static final int PROPERTY_focusTraversalPolicy = 46;
82      private static final int PROPERTY_focusTraversalPolicyProvider = 47;
83      private static final int PROPERTY_focusTraversalPolicySet = 48;
84      private static final int PROPERTY_font = 49;
85      private static final int PROPERTY_fontSet = 50;
86      private static final int PROPERTY_foreground = 51;
87      private static final int PROPERTY_foregroundSet = 52;
88      private static final int PROPERTY_graphics = 53;
89      private static final int PROPERTY_graphicsConfiguration = 54;
90      private static final int PROPERTY_height = 55;
91      private static final int PROPERTY_hideActionText = 56;
92      private static final int PROPERTY_hierarchyBoundsListeners = 57;
93      private static final int PROPERTY_hierarchyListeners = 58;
94      private static final int PROPERTY_horizontalAlignment = 59;
95      private static final int PROPERTY_horizontalTextPosition = 60;
96      private static final int PROPERTY_icon = 61;
97      private static final int PROPERTY_iconPrefix = 62;
98      private static final int PROPERTY_iconTextGap = 63;
99      private static final int PROPERTY_ignoreRepaint = 64;
100     private static final int PROPERTY_inheritsPopupMenu = 65;
101     private static final int PROPERTY_inputContext = 66;
102     private static final int PROPERTY_inputMap = 67;
103     private static final int PROPERTY_inputMethodListeners = 68;
104     private static final int PROPERTY_inputMethodRequests = 69;
105     private static final int PROPERTY_inputVerifier = 70;
106     private static final int PROPERTY_insets = 71;
107     private static final int PROPERTY_itemListeners = 72;
108     private static final int PROPERTY_keyListeners = 73;
109     private static final int PROPERTY_label = 74;
110     private static final int PROPERTY_layout = 75;
111     private static final int PROPERTY_lightweight = 76;
112     private static final int PROPERTY_locale = 77;
113     private static final int PROPERTY_location = 78;
114     private static final int PROPERTY_locationOnScreen = 79;
115     private static final int PROPERTY_managingFocus = 80;
116     private static final int PROPERTY_margin = 81;
117     private static final int PROPERTY_maximumSize = 82;
118     private static final int PROPERTY_maximumSizeSet = 83;
119     private static final int PROPERTY_minimumSize = 84;
120     private static final int PROPERTY_minimumSizeSet = 85;
121     private static final int PROPERTY_mnemonic = 86;
122     private static final int PROPERTY_model = 87;
123     private static final int PROPERTY_mouseListeners = 88;
124     private static final int PROPERTY_mouseMotionListeners = 89;
125     private static final int PROPERTY_mousePosition = 90;
126     private static final int PROPERTY_mouseWheelListeners = 91;
127     private static final int PROPERTY_multiClickThreshhold = 92;
128     private static final int PROPERTY_name = 93;
129     private static final int PROPERTY_nextFocusableComponent = 94;
130     private static final int PROPERTY_opaque = 95;
131     private static final int PROPERTY_optimizedDrawingEnabled = 96;
132     private static final int PROPERTY_paintingForPrint = 97;
133     private static final int PROPERTY_paintingTile = 98;
134     private static final int PROPERTY_parent = 99;
135     private static final int PROPERTY_peer = 100;
136     private static final int PROPERTY_preferredSize = 101;
137     private static final int PROPERTY_preferredSizeSet = 102;
138     private static final int PROPERTY_pressedIcon = 103;
139     private static final int PROPERTY_propertyChangeListeners = 104;
140     private static final int PROPERTY_registeredKeyStrokes = 105;
141     private static final int PROPERTY_requestFocusEnabled = 106;
142     private static final int PROPERTY_rolloverEnabled = 107;
143     private static final int PROPERTY_rolloverIcon = 108;
144     private static final int PROPERTY_rolloverSelectedIcon = 109;
145     private static final int PROPERTY_rootPane = 110;
146     private static final int PROPERTY_selected = 111;
147     private static final int PROPERTY_selectedIcon = 112;
148     private static final int PROPERTY_selectedObjects = 113;
149     private static final int PROPERTY_showing = 114;
150     private static final int PROPERTY_size = 115;
151     private static final int PROPERTY_text = 116;
152     private static final int PROPERTY_toolkit = 117;
153     private static final int PROPERTY_toolTipText = 118;
154     private static final int PROPERTY_topLevelAncestor = 119;
155     private static final int PROPERTY_transferHandler = 120;
156     private static final int PROPERTY_treeLock = 121;
157     private static final int PROPERTY_UI = 122;
158     private static final int PROPERTY_UIClassID = 123;
159     private static final int PROPERTY_valid = 124;
160     private static final int PROPERTY_validateRoot = 125;
161     private static final int PROPERTY_verifyInputWhenFocusTarget = 126;
162     private static final int PROPERTY_verticalAlignment = 127;
163     private static final int PROPERTY_verticalTextPosition = 128;
164     private static final int PROPERTY_vetoableChangeListeners = 129;
165     private static final int PROPERTY_visible = 130;
166     private static final int PROPERTY_visibleRect = 131;
167     private static final int PROPERTY_width = 132;
168     private static final int PROPERTY_x = 133;
169     private static final int PROPERTY_y = 134;
170 
171     // Property array 
172     /*lazy PropertyDescriptor*/
173     private static PropertyDescriptor[] getPdescriptor(){
174         PropertyDescriptor[] properties = new PropertyDescriptor[135];
175     
176         try {
177             properties[PROPERTY_accessibleContext] = new PropertyDescriptor ( "accessibleContext", net.sf.webphotos.gui.component.BotaoIcone.class, "getAccessibleContext", null ); // NOI18N
178             properties[PROPERTY_action] = new PropertyDescriptor ( "action", net.sf.webphotos.gui.component.BotaoIcone.class, "getAction", "setAction" ); // NOI18N
179             properties[PROPERTY_actionCommand] = new PropertyDescriptor ( "actionCommand", net.sf.webphotos.gui.component.BotaoIcone.class, "getActionCommand", "setActionCommand" ); // NOI18N
180             properties[PROPERTY_actionListeners] = new PropertyDescriptor ( "actionListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getActionListeners", null ); // NOI18N
181             properties[PROPERTY_actionMap] = new PropertyDescriptor ( "actionMap", net.sf.webphotos.gui.component.BotaoIcone.class, "getActionMap", "setActionMap" ); // NOI18N
182             properties[PROPERTY_alignmentX] = new PropertyDescriptor ( "alignmentX", net.sf.webphotos.gui.component.BotaoIcone.class, "getAlignmentX", "setAlignmentX" ); // NOI18N
183             properties[PROPERTY_alignmentY] = new PropertyDescriptor ( "alignmentY", net.sf.webphotos.gui.component.BotaoIcone.class, "getAlignmentY", "setAlignmentY" ); // NOI18N
184             properties[PROPERTY_ancestorListeners] = new PropertyDescriptor ( "ancestorListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getAncestorListeners", null ); // NOI18N
185             properties[PROPERTY_autoscrolls] = new PropertyDescriptor ( "autoscrolls", net.sf.webphotos.gui.component.BotaoIcone.class, "getAutoscrolls", "setAutoscrolls" ); // NOI18N
186             properties[PROPERTY_background] = new PropertyDescriptor ( "background", net.sf.webphotos.gui.component.BotaoIcone.class, "getBackground", "setBackground" ); // NOI18N
187             properties[PROPERTY_backgroundSet] = new PropertyDescriptor ( "backgroundSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isBackgroundSet", null ); // NOI18N
188             properties[PROPERTY_baselineResizeBehavior] = new PropertyDescriptor ( "baselineResizeBehavior", net.sf.webphotos.gui.component.BotaoIcone.class, "getBaselineResizeBehavior", null ); // NOI18N
189             properties[PROPERTY_border] = new PropertyDescriptor ( "border", net.sf.webphotos.gui.component.BotaoIcone.class, "getBorder", "setBorder" ); // NOI18N
190             properties[PROPERTY_borderPainted] = new PropertyDescriptor ( "borderPainted", net.sf.webphotos.gui.component.BotaoIcone.class, "isBorderPainted", "setBorderPainted" ); // NOI18N
191             properties[PROPERTY_bounds] = new PropertyDescriptor ( "bounds", net.sf.webphotos.gui.component.BotaoIcone.class, "getBounds", "setBounds" ); // NOI18N
192             properties[PROPERTY_changeListeners] = new PropertyDescriptor ( "changeListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getChangeListeners", null ); // NOI18N
193             properties[PROPERTY_colorModel] = new PropertyDescriptor ( "colorModel", net.sf.webphotos.gui.component.BotaoIcone.class, "getColorModel", null ); // NOI18N
194             properties[PROPERTY_component] = new IndexedPropertyDescriptor ( "component", net.sf.webphotos.gui.component.BotaoIcone.class, null, null, "getComponent", null ); // NOI18N
195             properties[PROPERTY_componentCount] = new PropertyDescriptor ( "componentCount", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentCount", null ); // NOI18N
196             properties[PROPERTY_componentListeners] = new PropertyDescriptor ( "componentListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentListeners", null ); // NOI18N
197             properties[PROPERTY_componentOrientation] = new PropertyDescriptor ( "componentOrientation", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentOrientation", "setComponentOrientation" ); // NOI18N
198             properties[PROPERTY_componentPopupMenu] = new PropertyDescriptor ( "componentPopupMenu", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentPopupMenu", "setComponentPopupMenu" ); // NOI18N
199             properties[PROPERTY_components] = new PropertyDescriptor ( "components", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponents", null ); // NOI18N
200             properties[PROPERTY_containerListeners] = new PropertyDescriptor ( "containerListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getContainerListeners", null ); // NOI18N
201             properties[PROPERTY_contentAreaFilled] = new PropertyDescriptor ( "contentAreaFilled", net.sf.webphotos.gui.component.BotaoIcone.class, "isContentAreaFilled", "setContentAreaFilled" ); // NOI18N
202             properties[PROPERTY_cursor] = new PropertyDescriptor ( "cursor", net.sf.webphotos.gui.component.BotaoIcone.class, "getCursor", "setCursor" ); // NOI18N
203             properties[PROPERTY_cursorSet] = new PropertyDescriptor ( "cursorSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isCursorSet", null ); // NOI18N
204             properties[PROPERTY_debugGraphicsOptions] = new PropertyDescriptor ( "debugGraphicsOptions", net.sf.webphotos.gui.component.BotaoIcone.class, "getDebugGraphicsOptions", "setDebugGraphicsOptions" ); // NOI18N
205             properties[PROPERTY_defaultButton] = new PropertyDescriptor ( "defaultButton", net.sf.webphotos.gui.component.BotaoIcone.class, "isDefaultButton", null ); // NOI18N
206             properties[PROPERTY_defaultCapable] = new PropertyDescriptor ( "defaultCapable", net.sf.webphotos.gui.component.BotaoIcone.class, "isDefaultCapable", "setDefaultCapable" ); // NOI18N
207             properties[PROPERTY_disabledIcon] = new PropertyDescriptor ( "disabledIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getDisabledIcon", "setDisabledIcon" ); // NOI18N
208             properties[PROPERTY_disabledSelectedIcon] = new PropertyDescriptor ( "disabledSelectedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getDisabledSelectedIcon", "setDisabledSelectedIcon" ); // NOI18N
209             properties[PROPERTY_displayable] = new PropertyDescriptor ( "displayable", net.sf.webphotos.gui.component.BotaoIcone.class, "isDisplayable", null ); // NOI18N
210             properties[PROPERTY_displayedMnemonicIndex] = new PropertyDescriptor ( "displayedMnemonicIndex", net.sf.webphotos.gui.component.BotaoIcone.class, "getDisplayedMnemonicIndex", "setDisplayedMnemonicIndex" ); // NOI18N
211             properties[PROPERTY_doubleBuffered] = new PropertyDescriptor ( "doubleBuffered", net.sf.webphotos.gui.component.BotaoIcone.class, "isDoubleBuffered", "setDoubleBuffered" ); // NOI18N
212             properties[PROPERTY_dropTarget] = new PropertyDescriptor ( "dropTarget", net.sf.webphotos.gui.component.BotaoIcone.class, "getDropTarget", "setDropTarget" ); // NOI18N
213             properties[PROPERTY_enabled] = new PropertyDescriptor ( "enabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isEnabled", "setEnabled" ); // NOI18N
214             properties[PROPERTY_focusable] = new PropertyDescriptor ( "focusable", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusable", "setFocusable" ); // NOI18N
215             properties[PROPERTY_focusCycleRoot] = new PropertyDescriptor ( "focusCycleRoot", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusCycleRoot", "setFocusCycleRoot" ); // NOI18N
216             properties[PROPERTY_focusCycleRootAncestor] = new PropertyDescriptor ( "focusCycleRootAncestor", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusCycleRootAncestor", null ); // NOI18N
217             properties[PROPERTY_focusListeners] = new PropertyDescriptor ( "focusListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusListeners", null ); // NOI18N
218             properties[PROPERTY_focusOwner] = new PropertyDescriptor ( "focusOwner", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusOwner", null ); // NOI18N
219             properties[PROPERTY_focusPainted] = new PropertyDescriptor ( "focusPainted", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusPainted", "setFocusPainted" ); // NOI18N
220             properties[PROPERTY_focusTraversable] = new PropertyDescriptor ( "focusTraversable", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusTraversable", null ); // NOI18N
221             properties[PROPERTY_focusTraversalKeys] = new IndexedPropertyDescriptor ( "focusTraversalKeys", net.sf.webphotos.gui.component.BotaoIcone.class, null, null, null, "setFocusTraversalKeys" ); // NOI18N
222             properties[PROPERTY_focusTraversalKeysEnabled] = new PropertyDescriptor ( "focusTraversalKeysEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusTraversalKeysEnabled", "setFocusTraversalKeysEnabled" ); // NOI18N
223             properties[PROPERTY_focusTraversalPolicy] = new PropertyDescriptor ( "focusTraversalPolicy", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusTraversalPolicy", "setFocusTraversalPolicy" ); // NOI18N
224             properties[PROPERTY_focusTraversalPolicyProvider] = new PropertyDescriptor ( "focusTraversalPolicyProvider", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusTraversalPolicyProvider", "setFocusTraversalPolicyProvider" ); // NOI18N
225             properties[PROPERTY_focusTraversalPolicySet] = new PropertyDescriptor ( "focusTraversalPolicySet", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusTraversalPolicySet", null ); // NOI18N
226             properties[PROPERTY_font] = new PropertyDescriptor ( "font", net.sf.webphotos.gui.component.BotaoIcone.class, "getFont", "setFont" ); // NOI18N
227             properties[PROPERTY_fontSet] = new PropertyDescriptor ( "fontSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isFontSet", null ); // NOI18N
228             properties[PROPERTY_foreground] = new PropertyDescriptor ( "foreground", net.sf.webphotos.gui.component.BotaoIcone.class, "getForeground", "setForeground" ); // NOI18N
229             properties[PROPERTY_foregroundSet] = new PropertyDescriptor ( "foregroundSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isForegroundSet", null ); // NOI18N
230             properties[PROPERTY_graphics] = new PropertyDescriptor ( "graphics", net.sf.webphotos.gui.component.BotaoIcone.class, "getGraphics", null ); // NOI18N
231             properties[PROPERTY_graphicsConfiguration] = new PropertyDescriptor ( "graphicsConfiguration", net.sf.webphotos.gui.component.BotaoIcone.class, "getGraphicsConfiguration", null ); // NOI18N
232             properties[PROPERTY_height] = new PropertyDescriptor ( "height", net.sf.webphotos.gui.component.BotaoIcone.class, "getHeight", null ); // NOI18N
233             properties[PROPERTY_hideActionText] = new PropertyDescriptor ( "hideActionText", net.sf.webphotos.gui.component.BotaoIcone.class, "getHideActionText", "setHideActionText" ); // NOI18N
234             properties[PROPERTY_hierarchyBoundsListeners] = new PropertyDescriptor ( "hierarchyBoundsListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getHierarchyBoundsListeners", null ); // NOI18N
235             properties[PROPERTY_hierarchyListeners] = new PropertyDescriptor ( "hierarchyListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getHierarchyListeners", null ); // NOI18N
236             properties[PROPERTY_horizontalAlignment] = new PropertyDescriptor ( "horizontalAlignment", net.sf.webphotos.gui.component.BotaoIcone.class, "getHorizontalAlignment", "setHorizontalAlignment" ); // NOI18N
237             properties[PROPERTY_horizontalTextPosition] = new PropertyDescriptor ( "horizontalTextPosition", net.sf.webphotos.gui.component.BotaoIcone.class, "getHorizontalTextPosition", "setHorizontalTextPosition" ); // NOI18N
238             properties[PROPERTY_icon] = new PropertyDescriptor ( "icon", net.sf.webphotos.gui.component.BotaoIcone.class, "getIcon", "setIcon" ); // NOI18N
239             properties[PROPERTY_iconPrefix] = new PropertyDescriptor ( "iconPrefix", net.sf.webphotos.gui.component.BotaoIcone.class, "getIconPrefix", "setIconPrefix" ); // NOI18N
240             properties[PROPERTY_iconTextGap] = new PropertyDescriptor ( "iconTextGap", net.sf.webphotos.gui.component.BotaoIcone.class, "getIconTextGap", "setIconTextGap" ); // NOI18N
241             properties[PROPERTY_ignoreRepaint] = new PropertyDescriptor ( "ignoreRepaint", net.sf.webphotos.gui.component.BotaoIcone.class, "getIgnoreRepaint", "setIgnoreRepaint" ); // NOI18N
242             properties[PROPERTY_inheritsPopupMenu] = new PropertyDescriptor ( "inheritsPopupMenu", net.sf.webphotos.gui.component.BotaoIcone.class, "getInheritsPopupMenu", "setInheritsPopupMenu" ); // NOI18N
243             properties[PROPERTY_inputContext] = new PropertyDescriptor ( "inputContext", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputContext", null ); // NOI18N
244             properties[PROPERTY_inputMap] = new PropertyDescriptor ( "inputMap", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputMap", null ); // NOI18N
245             properties[PROPERTY_inputMethodListeners] = new PropertyDescriptor ( "inputMethodListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputMethodListeners", null ); // NOI18N
246             properties[PROPERTY_inputMethodRequests] = new PropertyDescriptor ( "inputMethodRequests", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputMethodRequests", null ); // NOI18N
247             properties[PROPERTY_inputVerifier] = new PropertyDescriptor ( "inputVerifier", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputVerifier", "setInputVerifier" ); // NOI18N
248             properties[PROPERTY_insets] = new PropertyDescriptor ( "insets", net.sf.webphotos.gui.component.BotaoIcone.class, "getInsets", null ); // NOI18N
249             properties[PROPERTY_itemListeners] = new PropertyDescriptor ( "itemListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getItemListeners", null ); // NOI18N
250             properties[PROPERTY_keyListeners] = new PropertyDescriptor ( "keyListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getKeyListeners", null ); // NOI18N
251             properties[PROPERTY_label] = new PropertyDescriptor ( "label", net.sf.webphotos.gui.component.BotaoIcone.class, "getLabel", "setLabel" ); // NOI18N
252             properties[PROPERTY_layout] = new PropertyDescriptor ( "layout", net.sf.webphotos.gui.component.BotaoIcone.class, "getLayout", "setLayout" ); // NOI18N
253             properties[PROPERTY_lightweight] = new PropertyDescriptor ( "lightweight", net.sf.webphotos.gui.component.BotaoIcone.class, "isLightweight", null ); // NOI18N
254             properties[PROPERTY_locale] = new PropertyDescriptor ( "locale", net.sf.webphotos.gui.component.BotaoIcone.class, "getLocale", "setLocale" ); // NOI18N
255             properties[PROPERTY_location] = new PropertyDescriptor ( "location", net.sf.webphotos.gui.component.BotaoIcone.class, "getLocation", "setLocation" ); // NOI18N
256             properties[PROPERTY_locationOnScreen] = new PropertyDescriptor ( "locationOnScreen", net.sf.webphotos.gui.component.BotaoIcone.class, "getLocationOnScreen", null ); // NOI18N
257             properties[PROPERTY_managingFocus] = new PropertyDescriptor ( "managingFocus", net.sf.webphotos.gui.component.BotaoIcone.class, "isManagingFocus", null ); // NOI18N
258             properties[PROPERTY_margin] = new PropertyDescriptor ( "margin", net.sf.webphotos.gui.component.BotaoIcone.class, "getMargin", "setMargin" ); // NOI18N
259             properties[PROPERTY_maximumSize] = new PropertyDescriptor ( "maximumSize", net.sf.webphotos.gui.component.BotaoIcone.class, "getMaximumSize", "setMaximumSize" ); // NOI18N
260             properties[PROPERTY_maximumSizeSet] = new PropertyDescriptor ( "maximumSizeSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isMaximumSizeSet", null ); // NOI18N
261             properties[PROPERTY_minimumSize] = new PropertyDescriptor ( "minimumSize", net.sf.webphotos.gui.component.BotaoIcone.class, "getMinimumSize", "setMinimumSize" ); // NOI18N
262             properties[PROPERTY_minimumSizeSet] = new PropertyDescriptor ( "minimumSizeSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isMinimumSizeSet", null ); // NOI18N
263             properties[PROPERTY_mnemonic] = new PropertyDescriptor ( "mnemonic", net.sf.webphotos.gui.component.BotaoIcone.class, null, "setMnemonic" ); // NOI18N
264             properties[PROPERTY_model] = new PropertyDescriptor ( "model", net.sf.webphotos.gui.component.BotaoIcone.class, "getModel", "setModel" ); // NOI18N
265             properties[PROPERTY_mouseListeners] = new PropertyDescriptor ( "mouseListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getMouseListeners", null ); // NOI18N
266             properties[PROPERTY_mouseMotionListeners] = new PropertyDescriptor ( "mouseMotionListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getMouseMotionListeners", null ); // NOI18N
267             properties[PROPERTY_mousePosition] = new PropertyDescriptor ( "mousePosition", net.sf.webphotos.gui.component.BotaoIcone.class, "getMousePosition", null ); // NOI18N
268             properties[PROPERTY_mouseWheelListeners] = new PropertyDescriptor ( "mouseWheelListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getMouseWheelListeners", null ); // NOI18N
269             properties[PROPERTY_multiClickThreshhold] = new PropertyDescriptor ( "multiClickThreshhold", net.sf.webphotos.gui.component.BotaoIcone.class, "getMultiClickThreshhold", "setMultiClickThreshhold" ); // NOI18N
270             properties[PROPERTY_name] = new PropertyDescriptor ( "name", net.sf.webphotos.gui.component.BotaoIcone.class, "getName", "setName" ); // NOI18N
271             properties[PROPERTY_nextFocusableComponent] = new PropertyDescriptor ( "nextFocusableComponent", net.sf.webphotos.gui.component.BotaoIcone.class, "getNextFocusableComponent", "setNextFocusableComponent" ); // NOI18N
272             properties[PROPERTY_opaque] = new PropertyDescriptor ( "opaque", net.sf.webphotos.gui.component.BotaoIcone.class, "isOpaque", "setOpaque" ); // NOI18N
273             properties[PROPERTY_optimizedDrawingEnabled] = new PropertyDescriptor ( "optimizedDrawingEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isOptimizedDrawingEnabled", null ); // NOI18N
274             properties[PROPERTY_paintingForPrint] = new PropertyDescriptor ( "paintingForPrint", net.sf.webphotos.gui.component.BotaoIcone.class, "isPaintingForPrint", null ); // NOI18N
275             properties[PROPERTY_paintingTile] = new PropertyDescriptor ( "paintingTile", net.sf.webphotos.gui.component.BotaoIcone.class, "isPaintingTile", null ); // NOI18N
276             properties[PROPERTY_parent] = new PropertyDescriptor ( "parent", net.sf.webphotos.gui.component.BotaoIcone.class, "getParent", null ); // NOI18N
277             properties[PROPERTY_peer] = new PropertyDescriptor ( "peer", net.sf.webphotos.gui.component.BotaoIcone.class, "getPeer", null ); // NOI18N
278             properties[PROPERTY_preferredSize] = new PropertyDescriptor ( "preferredSize", net.sf.webphotos.gui.component.BotaoIcone.class, "getPreferredSize", "setPreferredSize" ); // NOI18N
279             properties[PROPERTY_preferredSizeSet] = new PropertyDescriptor ( "preferredSizeSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isPreferredSizeSet", null ); // NOI18N
280             properties[PROPERTY_pressedIcon] = new PropertyDescriptor ( "pressedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getPressedIcon", "setPressedIcon" ); // NOI18N
281             properties[PROPERTY_propertyChangeListeners] = new PropertyDescriptor ( "propertyChangeListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getPropertyChangeListeners", null ); // NOI18N
282             properties[PROPERTY_registeredKeyStrokes] = new PropertyDescriptor ( "registeredKeyStrokes", net.sf.webphotos.gui.component.BotaoIcone.class, "getRegisteredKeyStrokes", null ); // NOI18N
283             properties[PROPERTY_requestFocusEnabled] = new PropertyDescriptor ( "requestFocusEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isRequestFocusEnabled", "setRequestFocusEnabled" ); // NOI18N
284             properties[PROPERTY_rolloverEnabled] = new PropertyDescriptor ( "rolloverEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isRolloverEnabled", "setRolloverEnabled" ); // NOI18N
285             properties[PROPERTY_rolloverIcon] = new PropertyDescriptor ( "rolloverIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getRolloverIcon", "setRolloverIcon" ); // NOI18N
286             properties[PROPERTY_rolloverSelectedIcon] = new PropertyDescriptor ( "rolloverSelectedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getRolloverSelectedIcon", "setRolloverSelectedIcon" ); // NOI18N
287             properties[PROPERTY_rootPane] = new PropertyDescriptor ( "rootPane", net.sf.webphotos.gui.component.BotaoIcone.class, "getRootPane", null ); // NOI18N
288             properties[PROPERTY_selected] = new PropertyDescriptor ( "selected", net.sf.webphotos.gui.component.BotaoIcone.class, "isSelected", "setSelected" ); // NOI18N
289             properties[PROPERTY_selectedIcon] = new PropertyDescriptor ( "selectedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getSelectedIcon", "setSelectedIcon" ); // NOI18N
290             properties[PROPERTY_selectedObjects] = new PropertyDescriptor ( "selectedObjects", net.sf.webphotos.gui.component.BotaoIcone.class, "getSelectedObjects", null ); // NOI18N
291             properties[PROPERTY_showing] = new PropertyDescriptor ( "showing", net.sf.webphotos.gui.component.BotaoIcone.class, "isShowing", null ); // NOI18N
292             properties[PROPERTY_size] = new PropertyDescriptor ( "size", net.sf.webphotos.gui.component.BotaoIcone.class, "getSize", "setSize" ); // NOI18N
293             properties[PROPERTY_text] = new PropertyDescriptor ( "text", net.sf.webphotos.gui.component.BotaoIcone.class, "getText", "setText" ); // NOI18N
294             properties[PROPERTY_toolkit] = new PropertyDescriptor ( "toolkit", net.sf.webphotos.gui.component.BotaoIcone.class, "getToolkit", null ); // NOI18N
295             properties[PROPERTY_toolTipText] = new PropertyDescriptor ( "toolTipText", net.sf.webphotos.gui.component.BotaoIcone.class, "getToolTipText", "setToolTipText" ); // NOI18N
296             properties[PROPERTY_topLevelAncestor] = new PropertyDescriptor ( "topLevelAncestor", net.sf.webphotos.gui.component.BotaoIcone.class, "getTopLevelAncestor", null ); // NOI18N
297             properties[PROPERTY_transferHandler] = new PropertyDescriptor ( "transferHandler", net.sf.webphotos.gui.component.BotaoIcone.class, "getTransferHandler", "setTransferHandler" ); // NOI18N
298             properties[PROPERTY_treeLock] = new PropertyDescriptor ( "treeLock", net.sf.webphotos.gui.component.BotaoIcone.class, "getTreeLock", null ); // NOI18N
299             properties[PROPERTY_UI] = new PropertyDescriptor ( "UI", net.sf.webphotos.gui.component.BotaoIcone.class, "getUI", "setUI" ); // NOI18N
300             properties[PROPERTY_UIClassID] = new PropertyDescriptor ( "UIClassID", net.sf.webphotos.gui.component.BotaoIcone.class, "getUIClassID", null ); // NOI18N
301             properties[PROPERTY_valid] = new PropertyDescriptor ( "valid", net.sf.webphotos.gui.component.BotaoIcone.class, "isValid", null ); // NOI18N
302             properties[PROPERTY_validateRoot] = new PropertyDescriptor ( "validateRoot", net.sf.webphotos.gui.component.BotaoIcone.class, "isValidateRoot", null ); // NOI18N
303             properties[PROPERTY_verifyInputWhenFocusTarget] = new PropertyDescriptor ( "verifyInputWhenFocusTarget", net.sf.webphotos.gui.component.BotaoIcone.class, "getVerifyInputWhenFocusTarget", "setVerifyInputWhenFocusTarget" ); // NOI18N
304             properties[PROPERTY_verticalAlignment] = new PropertyDescriptor ( "verticalAlignment", net.sf.webphotos.gui.component.BotaoIcone.class, "getVerticalAlignment", "setVerticalAlignment" ); // NOI18N
305             properties[PROPERTY_verticalTextPosition] = new PropertyDescriptor ( "verticalTextPosition", net.sf.webphotos.gui.component.BotaoIcone.class, "getVerticalTextPosition", "setVerticalTextPosition" ); // NOI18N
306             properties[PROPERTY_vetoableChangeListeners] = new PropertyDescriptor ( "vetoableChangeListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getVetoableChangeListeners", null ); // NOI18N
307             properties[PROPERTY_visible] = new PropertyDescriptor ( "visible", net.sf.webphotos.gui.component.BotaoIcone.class, "isVisible", "setVisible" ); // NOI18N
308             properties[PROPERTY_visibleRect] = new PropertyDescriptor ( "visibleRect", net.sf.webphotos.gui.component.BotaoIcone.class, "getVisibleRect", null ); // NOI18N
309             properties[PROPERTY_width] = new PropertyDescriptor ( "width", net.sf.webphotos.gui.component.BotaoIcone.class, "getWidth", null ); // NOI18N
310             properties[PROPERTY_x] = new PropertyDescriptor ( "x", net.sf.webphotos.gui.component.BotaoIcone.class, "getX", null ); // NOI18N
311             properties[PROPERTY_y] = new PropertyDescriptor ( "y", net.sf.webphotos.gui.component.BotaoIcone.class, "getY", null ); // NOI18N
312         }
313         catch(IntrospectionException e) {
314             e.printStackTrace();
315         }//GEN-HEADEREND:Properties
316 
317         // Here you can add code for customizing the properties array.
318 
319         return properties;     }//GEN-LAST:Properties
320     // EventSet identifiers//GEN-FIRST:Events
321     private static final int EVENT_actionListener = 0;
322     private static final int EVENT_ancestorListener = 1;
323     private static final int EVENT_changeListener = 2;
324     private static final int EVENT_componentListener = 3;
325     private static final int EVENT_containerListener = 4;
326     private static final int EVENT_focusListener = 5;
327     private static final int EVENT_hierarchyBoundsListener = 6;
328     private static final int EVENT_hierarchyListener = 7;
329     private static final int EVENT_inputMethodListener = 8;
330     private static final int EVENT_itemListener = 9;
331     private static final int EVENT_keyListener = 10;
332     private static final int EVENT_mouseListener = 11;
333     private static final int EVENT_mouseMotionListener = 12;
334     private static final int EVENT_mouseWheelListener = 13;
335     private static final int EVENT_propertyChangeListener = 14;
336     private static final int EVENT_vetoableChangeListener = 15;
337 
338     // EventSet array
339     /*lazy EventSetDescriptor*/
340     private static EventSetDescriptor[] getEdescriptor(){
341         EventSetDescriptor[] eventSets = new EventSetDescriptor[16];
342     
343         try {
344             eventSets[EVENT_actionListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "actionListener", java.awt.event.ActionListener.class, new String[] {"actionPerformed"}, "addActionListener", "removeActionListener" ); // NOI18N
345             eventSets[EVENT_ancestorListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "ancestorListener", javax.swing.event.AncestorListener.class, new String[] {"ancestorAdded", "ancestorRemoved", "ancestorMoved"}, "addAncestorListener", "removeAncestorListener" ); // NOI18N
346             eventSets[EVENT_changeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "changeListener", javax.swing.event.ChangeListener.class, new String[] {"stateChanged"}, "addChangeListener", "removeChangeListener" ); // NOI18N
347             eventSets[EVENT_componentListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "componentListener", java.awt.event.ComponentListener.class, new String[] {"componentResized", "componentMoved", "componentShown", "componentHidden"}, "addComponentListener", "removeComponentListener" ); // NOI18N
348             eventSets[EVENT_containerListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "containerListener", java.awt.event.ContainerListener.class, new String[] {"componentAdded", "componentRemoved"}, "addContainerListener", "removeContainerListener" ); // NOI18N
349             eventSets[EVENT_focusListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "focusListener", java.awt.event.FocusListener.class, new String[] {"focusGained", "focusLost"}, "addFocusListener", "removeFocusListener" ); // NOI18N
350             eventSets[EVENT_hierarchyBoundsListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "hierarchyBoundsListener", java.awt.event.HierarchyBoundsListener.class, new String[] {"ancestorMoved", "ancestorResized"}, "addHierarchyBoundsListener", "removeHierarchyBoundsListener" ); // NOI18N
351             eventSets[EVENT_hierarchyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "hierarchyListener", java.awt.event.HierarchyListener.class, new String[] {"hierarchyChanged"}, "addHierarchyListener", "removeHierarchyListener" ); // NOI18N
352             eventSets[EVENT_inputMethodListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "inputMethodListener", java.awt.event.InputMethodListener.class, new String[] {"inputMethodTextChanged", "caretPositionChanged"}, "addInputMethodListener", "removeInputMethodListener" ); // NOI18N
353             eventSets[EVENT_itemListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "itemListener", java.awt.event.ItemListener.class, new String[] {"itemStateChanged"}, "addItemListener", "removeItemListener" ); // NOI18N
354             eventSets[EVENT_keyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "keyListener", java.awt.event.KeyListener.class, new String[] {"keyTyped", "keyPressed", "keyReleased"}, "addKeyListener", "removeKeyListener" ); // NOI18N
355             eventSets[EVENT_mouseListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "mouseListener", java.awt.event.MouseListener.class, new String[] {"mouseClicked", "mousePressed", "mouseReleased", "mouseEntered", "mouseExited"}, "addMouseListener", "removeMouseListener" ); // NOI18N
356             eventSets[EVENT_mouseMotionListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "mouseMotionListener", java.awt.event.MouseMotionListener.class, new String[] {"mouseDragged", "mouseMoved"}, "addMouseMotionListener", "removeMouseMotionListener" ); // NOI18N
357             eventSets[EVENT_mouseWheelListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "mouseWheelListener", java.awt.event.MouseWheelListener.class, new String[] {"mouseWheelMoved"}, "addMouseWheelListener", "removeMouseWheelListener" ); // NOI18N
358             eventSets[EVENT_propertyChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "propertyChangeListener", java.beans.PropertyChangeListener.class, new String[] {"propertyChange"}, "addPropertyChangeListener", "removePropertyChangeListener" ); // NOI18N
359             eventSets[EVENT_vetoableChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "vetoableChangeListener", java.beans.VetoableChangeListener.class, new String[] {"vetoableChange"}, "addVetoableChangeListener", "removeVetoableChangeListener" ); // NOI18N
360         }
361         catch(IntrospectionException e) {
362             e.printStackTrace();
363         }//GEN-HEADEREND:Events
364 
365         // Here you can add code for customizing the event sets array.
366 
367         return eventSets;     }//GEN-LAST:Events
368     // Method identifiers//GEN-FIRST:Methods
369     private static final int METHOD_action0 = 0;
370     private static final int METHOD_addNotify1 = 1;
371     private static final int METHOD_addPropertyChangeListener2 = 2;
372     private static final int METHOD_applyComponentOrientation3 = 3;
373     private static final int METHOD_areFocusTraversalKeysSet4 = 4;
374     private static final int METHOD_bounds5 = 5;
375     private static final int METHOD_checkImage6 = 6;
376     private static final int METHOD_checkImage7 = 7;
377     private static final int METHOD_computeVisibleRect8 = 8;
378     private static final int METHOD_contains9 = 9;
379     private static final int METHOD_contains10 = 10;
380     private static final int METHOD_countComponents11 = 11;
381     private static final int METHOD_createImage12 = 12;
382     private static final int METHOD_createImage13 = 13;
383     private static final int METHOD_createToolTip14 = 14;
384     private static final int METHOD_createVolatileImage15 = 15;
385     private static final int METHOD_createVolatileImage16 = 16;
386     private static final int METHOD_deliverEvent17 = 17;
387     private static final int METHOD_disable18 = 18;
388     private static final int METHOD_dispatchEvent19 = 19;
389     private static final int METHOD_doClick20 = 20;
390     private static final int METHOD_doClick21 = 21;
391     private static final int METHOD_doLayout22 = 22;
392     private static final int METHOD_enable23 = 23;
393     private static final int METHOD_enable24 = 24;
394     private static final int METHOD_enableInputMethods25 = 25;
395     private static final int METHOD_findComponentAt26 = 26;
396     private static final int METHOD_findComponentAt27 = 27;
397     private static final int METHOD_firePropertyChange28 = 28;
398     private static final int METHOD_firePropertyChange29 = 29;
399     private static final int METHOD_firePropertyChange30 = 30;
400     private static final int METHOD_firePropertyChange31 = 31;
401     private static final int METHOD_firePropertyChange32 = 32;
402     private static final int METHOD_firePropertyChange33 = 33;
403     private static final int METHOD_firePropertyChange34 = 34;
404     private static final int METHOD_firePropertyChange35 = 35;
405     private static final int METHOD_getAcaoToolbar36 = 36;
406     private static final int METHOD_getActionForKeyStroke37 = 37;
407     private static final int METHOD_getBaseline38 = 38;
408     private static final int METHOD_getBounds39 = 39;
409     private static final int METHOD_getClientProperty40 = 40;
410     private static final int METHOD_getComponentAt41 = 41;
411     private static final int METHOD_getComponentAt42 = 42;
412     private static final int METHOD_getComponentZOrder43 = 43;
413     private static final int METHOD_getConditionForKeyStroke44 = 44;
414     private static final int METHOD_getDefaultLocale45 = 45;
415     private static final int METHOD_getFocusTraversalKeys46 = 46;
416     private static final int METHOD_getFontMetrics47 = 47;
417     private static final int METHOD_getInsets48 = 48;
418     private static final int METHOD_getListeners49 = 49;
419     private static final int METHOD_getLocation50 = 50;
420     private static final int METHOD_getMnemonic51 = 51;
421     private static final int METHOD_getMousePosition52 = 52;
422     private static final int METHOD_getPopupLocation53 = 53;
423     private static final int METHOD_getPropertyChangeListeners54 = 54;
424     private static final int METHOD_getSize55 = 55;
425     private static final int METHOD_getToolTipLocation56 = 56;
426     private static final int METHOD_getToolTipText57 = 57;
427     private static final int METHOD_gotFocus58 = 58;
428     private static final int METHOD_grabFocus59 = 59;
429     private static final int METHOD_handleEvent60 = 60;
430     private static final int METHOD_hasFocus61 = 61;
431     private static final int METHOD_hide62 = 62;
432     private static final int METHOD_imageUpdate63 = 63;
433     private static final int METHOD_insets64 = 64;
434     private static final int METHOD_inside65 = 65;
435     private static final int METHOD_invalidate66 = 66;
436     private static final int METHOD_isAncestorOf67 = 67;
437     private static final int METHOD_isFocusCycleRoot68 = 68;
438     private static final int METHOD_isLightweightComponent69 = 69;
439     private static final int METHOD_keyDown70 = 70;
440     private static final int METHOD_keyUp71 = 71;
441     private static final int METHOD_layout72 = 72;
442     private static final int METHOD_list73 = 73;
443     private static final int METHOD_list74 = 74;
444     private static final int METHOD_list75 = 75;
445     private static final int METHOD_list76 = 76;
446     private static final int METHOD_list77 = 77;
447     private static final int METHOD_locate78 = 78;
448     private static final int METHOD_location79 = 79;
449     private static final int METHOD_lostFocus80 = 80;
450     private static final int METHOD_minimumSize81 = 81;
451     private static final int METHOD_mouseDown82 = 82;
452     private static final int METHOD_mouseDrag83 = 83;
453     private static final int METHOD_mouseEnter84 = 84;
454     private static final int METHOD_mouseExit85 = 85;
455     private static final int METHOD_mouseMove86 = 86;
456     private static final int METHOD_mouseUp87 = 87;
457     private static final int METHOD_move88 = 88;
458     private static final int METHOD_nextFocus89 = 89;
459     private static final int METHOD_paint90 = 90;
460     private static final int METHOD_paintAll91 = 91;
461     private static final int METHOD_paintComponents92 = 92;
462     private static final int METHOD_paintImmediately93 = 93;
463     private static final int METHOD_paintImmediately94 = 94;
464     private static final int METHOD_postEvent95 = 95;
465     private static final int METHOD_preferredSize96 = 96;
466     private static final int METHOD_prepareImage97 = 97;
467     private static final int METHOD_prepareImage98 = 98;
468     private static final int METHOD_print99 = 99;
469     private static final int METHOD_printAll100 = 100;
470     private static final int METHOD_printComponents101 = 101;
471     private static final int METHOD_putClientProperty102 = 102;
472     private static final int METHOD_registerKeyboardAction103 = 103;
473     private static final int METHOD_registerKeyboardAction104 = 104;
474     private static final int METHOD_remove105 = 105;
475     private static final int METHOD_remove106 = 106;
476     private static final int METHOD_remove107 = 107;
477     private static final int METHOD_removeAll108 = 108;
478     private static final int METHOD_removeNotify109 = 109;
479     private static final int METHOD_removePropertyChangeListener110 = 110;
480     private static final int METHOD_repaint111 = 111;
481     private static final int METHOD_repaint112 = 112;
482     private static final int METHOD_repaint113 = 113;
483     private static final int METHOD_repaint114 = 114;
484     private static final int METHOD_repaint115 = 115;
485     private static final int METHOD_requestDefaultFocus116 = 116;
486     private static final int METHOD_requestFocus117 = 117;
487     private static final int METHOD_requestFocus118 = 118;
488     private static final int METHOD_requestFocusInWindow119 = 119;
489     private static final int METHOD_resetKeyboardActions120 = 120;
490     private static final int METHOD_reshape121 = 121;
491     private static final int METHOD_resize122 = 122;
492     private static final int METHOD_resize123 = 123;
493     private static final int METHOD_revalidate124 = 124;
494     private static final int METHOD_scrollRectToVisible125 = 125;
495     private static final int METHOD_setBounds126 = 126;
496     private static final int METHOD_setComponentZOrder127 = 127;
497     private static final int METHOD_setDefaultLocale128 = 128;
498     private static final int METHOD_setMnemonic129 = 129;
499     private static final int METHOD_show130 = 130;
500     private static final int METHOD_show131 = 131;
501     private static final int METHOD_size132 = 132;
502     private static final int METHOD_toString133 = 133;
503     private static final int METHOD_transferFocus134 = 134;
504     private static final int METHOD_transferFocusBackward135 = 135;
505     private static final int METHOD_transferFocusDownCycle136 = 136;
506     private static final int METHOD_transferFocusUpCycle137 = 137;
507     private static final int METHOD_unregisterKeyboardAction138 = 138;
508     private static final int METHOD_update139 = 139;
509     private static final int METHOD_updateUI140 = 140;
510     private static final int METHOD_validate141 = 141;
511 
512     // Method array 
513     /*lazy MethodDescriptor*/
514     private static MethodDescriptor[] getMdescriptor(){
515         MethodDescriptor[] methods = new MethodDescriptor[142];
516     
517         try {
518             methods[METHOD_action0] = new MethodDescriptor(java.awt.Component.class.getMethod("action", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
519             methods[METHOD_action0].setDisplayName ( "" );
520             methods[METHOD_addNotify1] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("addNotify", new Class[] {})); // NOI18N
521             methods[METHOD_addNotify1].setDisplayName ( "" );
522             methods[METHOD_addPropertyChangeListener2] = new MethodDescriptor(java.awt.Container.class.getMethod("addPropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); // NOI18N
523             methods[METHOD_addPropertyChangeListener2].setDisplayName ( "" );
524             methods[METHOD_applyComponentOrientation3] = new MethodDescriptor(java.awt.Container.class.getMethod("applyComponentOrientation", new Class[] {java.awt.ComponentOrientation.class})); // NOI18N
525             methods[METHOD_applyComponentOrientation3].setDisplayName ( "" );
526             methods[METHOD_areFocusTraversalKeysSet4] = new MethodDescriptor(java.awt.Container.class.getMethod("areFocusTraversalKeysSet", new Class[] {int.class})); // NOI18N
527             methods[METHOD_areFocusTraversalKeysSet4].setDisplayName ( "" );
528             methods[METHOD_bounds5] = new MethodDescriptor(java.awt.Component.class.getMethod("bounds", new Class[] {})); // NOI18N
529             methods[METHOD_bounds5].setDisplayName ( "" );
530             methods[METHOD_checkImage6] = new MethodDescriptor(java.awt.Component.class.getMethod("checkImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); // NOI18N
531             methods[METHOD_checkImage6].setDisplayName ( "" );
532             methods[METHOD_checkImage7] = new MethodDescriptor(java.awt.Component.class.getMethod("checkImage", new Class[] {java.awt.Image.class, int.class, int.class, java.awt.image.ImageObserver.class})); // NOI18N
533             methods[METHOD_checkImage7].setDisplayName ( "" );
534             methods[METHOD_computeVisibleRect8] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("computeVisibleRect", new Class[] {java.awt.Rectangle.class})); // NOI18N
535             methods[METHOD_computeVisibleRect8].setDisplayName ( "" );
536             methods[METHOD_contains9] = new MethodDescriptor(java.awt.Component.class.getMethod("contains", new Class[] {java.awt.Point.class})); // NOI18N
537             methods[METHOD_contains9].setDisplayName ( "" );
538             methods[METHOD_contains10] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("contains", new Class[] {int.class, int.class})); // NOI18N
539             methods[METHOD_contains10].setDisplayName ( "" );
540             methods[METHOD_countComponents11] = new MethodDescriptor(java.awt.Container.class.getMethod("countComponents", new Class[] {})); // NOI18N
541             methods[METHOD_countComponents11].setDisplayName ( "" );
542             methods[METHOD_createImage12] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {java.awt.image.ImageProducer.class})); // NOI18N
543             methods[METHOD_createImage12].setDisplayName ( "" );
544             methods[METHOD_createImage13] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {int.class, int.class})); // NOI18N
545             methods[METHOD_createImage13].setDisplayName ( "" );
546             methods[METHOD_createToolTip14] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("createToolTip", new Class[] {})); // NOI18N
547             methods[METHOD_createToolTip14].setDisplayName ( "" );
548             methods[METHOD_createVolatileImage15] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class})); // NOI18N
549             methods[METHOD_createVolatileImage15].setDisplayName ( "" );
550             methods[METHOD_createVolatileImage16] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class, java.awt.ImageCapabilities.class})); // NOI18N
551             methods[METHOD_createVolatileImage16].setDisplayName ( "" );
552             methods[METHOD_deliverEvent17] = new MethodDescriptor(java.awt.Container.class.getMethod("deliverEvent", new Class[] {java.awt.Event.class})); // NOI18N
553             methods[METHOD_deliverEvent17].setDisplayName ( "" );
554             methods[METHOD_disable18] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("disable", new Class[] {})); // NOI18N
555             methods[METHOD_disable18].setDisplayName ( "" );
556             methods[METHOD_dispatchEvent19] = new MethodDescriptor(java.awt.Component.class.getMethod("dispatchEvent", new Class[] {java.awt.AWTEvent.class})); // NOI18N
557             methods[METHOD_dispatchEvent19].setDisplayName ( "" );
558             methods[METHOD_doClick20] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("doClick", new Class[] {})); // NOI18N
559             methods[METHOD_doClick20].setDisplayName ( "" );
560             methods[METHOD_doClick21] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("doClick", new Class[] {int.class})); // NOI18N
561             methods[METHOD_doClick21].setDisplayName ( "" );
562             methods[METHOD_doLayout22] = new MethodDescriptor(java.awt.Container.class.getMethod("doLayout", new Class[] {})); // NOI18N
563             methods[METHOD_doLayout22].setDisplayName ( "" );
564             methods[METHOD_enable23] = new MethodDescriptor(java.awt.Component.class.getMethod("enable", new Class[] {boolean.class})); // NOI18N
565             methods[METHOD_enable23].setDisplayName ( "" );
566             methods[METHOD_enable24] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("enable", new Class[] {})); // NOI18N
567             methods[METHOD_enable24].setDisplayName ( "" );
568             methods[METHOD_enableInputMethods25] = new MethodDescriptor(java.awt.Component.class.getMethod("enableInputMethods", new Class[] {boolean.class})); // NOI18N
569             methods[METHOD_enableInputMethods25].setDisplayName ( "" );
570             methods[METHOD_findComponentAt26] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {int.class, int.class})); // NOI18N
571             methods[METHOD_findComponentAt26].setDisplayName ( "" );
572             methods[METHOD_findComponentAt27] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {java.awt.Point.class})); // NOI18N
573             methods[METHOD_findComponentAt27].setDisplayName ( "" );
574             methods[METHOD_firePropertyChange28] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, byte.class, byte.class})); // NOI18N
575             methods[METHOD_firePropertyChange28].setDisplayName ( "" );
576             methods[METHOD_firePropertyChange29] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, short.class, short.class})); // NOI18N
577             methods[METHOD_firePropertyChange29].setDisplayName ( "" );
578             methods[METHOD_firePropertyChange30] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, long.class, long.class})); // NOI18N
579             methods[METHOD_firePropertyChange30].setDisplayName ( "" );
580             methods[METHOD_firePropertyChange31] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, float.class, float.class})); // NOI18N
581             methods[METHOD_firePropertyChange31].setDisplayName ( "" );
582             methods[METHOD_firePropertyChange32] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, double.class, double.class})); // NOI18N
583             methods[METHOD_firePropertyChange32].setDisplayName ( "" );
584             methods[METHOD_firePropertyChange33] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, boolean.class, boolean.class})); // NOI18N
585             methods[METHOD_firePropertyChange33].setDisplayName ( "" );
586             methods[METHOD_firePropertyChange34] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, int.class, int.class})); // NOI18N
587             methods[METHOD_firePropertyChange34].setDisplayName ( "" );
588             methods[METHOD_firePropertyChange35] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, char.class, char.class})); // NOI18N
589             methods[METHOD_firePropertyChange35].setDisplayName ( "" );
590             methods[METHOD_getAcaoToolbar36] = new MethodDescriptor(net.sf.webphotos.gui.component.BotaoIcone.class.getMethod("getAcaoToolbar", new Class[] {})); // NOI18N
591             methods[METHOD_getAcaoToolbar36].setDisplayName ( "" );
592             methods[METHOD_getActionForKeyStroke37] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getActionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
593             methods[METHOD_getActionForKeyStroke37].setDisplayName ( "" );
594             methods[METHOD_getBaseline38] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBaseline", new Class[] {int.class, int.class})); // NOI18N
595             methods[METHOD_getBaseline38].setDisplayName ( "" );
596             methods[METHOD_getBounds39] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBounds", new Class[] {java.awt.Rectangle.class})); // NOI18N
597             methods[METHOD_getBounds39].setDisplayName ( "" );
598             methods[METHOD_getClientProperty40] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getClientProperty", new Class[] {java.lang.Object.class})); // NOI18N
599             methods[METHOD_getClientProperty40].setDisplayName ( "" );
600             methods[METHOD_getComponentAt41] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {int.class, int.class})); // NOI18N
601             methods[METHOD_getComponentAt41].setDisplayName ( "" );
602             methods[METHOD_getComponentAt42] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {java.awt.Point.class})); // NOI18N
603             methods[METHOD_getComponentAt42].setDisplayName ( "" );
604             methods[METHOD_getComponentZOrder43] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentZOrder", new Class[] {java.awt.Component.class})); // NOI18N
605             methods[METHOD_getComponentZOrder43].setDisplayName ( "" );
606             methods[METHOD_getConditionForKeyStroke44] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getConditionForKeyStroke", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
607             methods[METHOD_getConditionForKeyStroke44].setDisplayName ( "" );
608             methods[METHOD_getDefaultLocale45] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getDefaultLocale", new Class[] {})); // NOI18N
609             methods[METHOD_getDefaultLocale45].setDisplayName ( "" );
610             methods[METHOD_getFocusTraversalKeys46] = new MethodDescriptor(java.awt.Container.class.getMethod("getFocusTraversalKeys", new Class[] {int.class})); // NOI18N
611             methods[METHOD_getFocusTraversalKeys46].setDisplayName ( "" );
612             methods[METHOD_getFontMetrics47] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getFontMetrics", new Class[] {java.awt.Font.class})); // NOI18N
613             methods[METHOD_getFontMetrics47].setDisplayName ( "" );
614             methods[METHOD_getInsets48] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getInsets", new Class[] {java.awt.Insets.class})); // NOI18N
615             methods[METHOD_getInsets48].setDisplayName ( "" );
616             methods[METHOD_getListeners49] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getListeners", new Class[] {java.lang.Class.class})); // NOI18N
617             methods[METHOD_getListeners49].setDisplayName ( "" );
618             methods[METHOD_getLocation50] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getLocation", new Class[] {java.awt.Point.class})); // NOI18N
619             methods[METHOD_getLocation50].setDisplayName ( "" );
620             methods[METHOD_getMnemonic51] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("getMnemonic", new Class[] {})); // NOI18N
621             methods[METHOD_getMnemonic51].setDisplayName ( "" );
622             methods[METHOD_getMousePosition52] = new MethodDescriptor(java.awt.Container.class.getMethod("getMousePosition", new Class[] {boolean.class})); // NOI18N
623             methods[METHOD_getMousePosition52].setDisplayName ( "" );
624             methods[METHOD_getPopupLocation53] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getPopupLocation", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
625             methods[METHOD_getPopupLocation53].setDisplayName ( "" );
626             methods[METHOD_getPropertyChangeListeners54] = new MethodDescriptor(java.awt.Component.class.getMethod("getPropertyChangeListeners", new Class[] {java.lang.String.class})); // NOI18N
627             methods[METHOD_getPropertyChangeListeners54].setDisplayName ( "" );
628             methods[METHOD_getSize55] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getSize", new Class[] {java.awt.Dimension.class})); // NOI18N
629             methods[METHOD_getSize55].setDisplayName ( "" );
630             methods[METHOD_getToolTipLocation56] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipLocation", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
631             methods[METHOD_getToolTipLocation56].setDisplayName ( "" );
632             methods[METHOD_getToolTipText57] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipText", new Class[] {java.awt.event.MouseEvent.class})); // NOI18N
633             methods[METHOD_getToolTipText57].setDisplayName ( "" );
634             methods[METHOD_gotFocus58] = new MethodDescriptor(java.awt.Component.class.getMethod("gotFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
635             methods[METHOD_gotFocus58].setDisplayName ( "" );
636             methods[METHOD_grabFocus59] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("grabFocus", new Class[] {})); // NOI18N
637             methods[METHOD_grabFocus59].setDisplayName ( "" );
638             methods[METHOD_handleEvent60] = new MethodDescriptor(java.awt.Component.class.getMethod("handleEvent", new Class[] {java.awt.Event.class})); // NOI18N
639             methods[METHOD_handleEvent60].setDisplayName ( "" );
640             methods[METHOD_hasFocus61] = new MethodDescriptor(java.awt.Component.class.getMethod("hasFocus", new Class[] {})); // NOI18N
641             methods[METHOD_hasFocus61].setDisplayName ( "" );
642             methods[METHOD_hide62] = new MethodDescriptor(java.awt.Component.class.getMethod("hide", new Class[] {})); // NOI18N
643             methods[METHOD_hide62].setDisplayName ( "" );
644             methods[METHOD_imageUpdate63] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("imageUpdate", new Class[] {java.awt.Image.class, int.class, int.class, int.class, int.class, int.class})); // NOI18N
645             methods[METHOD_imageUpdate63].setDisplayName ( "" );
646             methods[METHOD_insets64] = new MethodDescriptor(java.awt.Container.class.getMethod("insets", new Class[] {})); // NOI18N
647             methods[METHOD_insets64].setDisplayName ( "" );
648             methods[METHOD_inside65] = new MethodDescriptor(java.awt.Component.class.getMethod("inside", new Class[] {int.class, int.class})); // NOI18N
649             methods[METHOD_inside65].setDisplayName ( "" );
650             methods[METHOD_invalidate66] = new MethodDescriptor(java.awt.Container.class.getMethod("invalidate", new Class[] {})); // NOI18N
651             methods[METHOD_invalidate66].setDisplayName ( "" );
652             methods[METHOD_isAncestorOf67] = new MethodDescriptor(java.awt.Container.class.getMethod("isAncestorOf", new Class[] {java.awt.Component.class})); // NOI18N
653             methods[METHOD_isAncestorOf67].setDisplayName ( "" );
654             methods[METHOD_isFocusCycleRoot68] = new MethodDescriptor(java.awt.Container.class.getMethod("isFocusCycleRoot", new Class[] {java.awt.Container.class})); // NOI18N
655             methods[METHOD_isFocusCycleRoot68].setDisplayName ( "" );
656             methods[METHOD_isLightweightComponent69] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("isLightweightComponent", new Class[] {java.awt.Component.class})); // NOI18N
657             methods[METHOD_isLightweightComponent69].setDisplayName ( "" );
658             methods[METHOD_keyDown70] = new MethodDescriptor(java.awt.Component.class.getMethod("keyDown", new Class[] {java.awt.Event.class, int.class})); // NOI18N
659             methods[METHOD_keyDown70].setDisplayName ( "" );
660             methods[METHOD_keyUp71] = new MethodDescriptor(java.awt.Component.class.getMethod("keyUp", new Class[] {java.awt.Event.class, int.class})); // NOI18N
661             methods[METHOD_keyUp71].setDisplayName ( "" );
662             methods[METHOD_layout72] = new MethodDescriptor(java.awt.Container.class.getMethod("layout", new Class[] {})); // NOI18N
663             methods[METHOD_layout72].setDisplayName ( "" );
664             methods[METHOD_list73] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {})); // NOI18N
665             methods[METHOD_list73].setDisplayName ( "" );
666             methods[METHOD_list74] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintStream.class})); // NOI18N
667             methods[METHOD_list74].setDisplayName ( "" );
668             methods[METHOD_list75] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintWriter.class})); // NOI18N
669             methods[METHOD_list75].setDisplayName ( "" );
670             methods[METHOD_list76] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintStream.class, int.class})); // NOI18N
671             methods[METHOD_list76].setDisplayName ( "" );
672             methods[METHOD_list77] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintWriter.class, int.class})); // NOI18N
673             methods[METHOD_list77].setDisplayName ( "" );
674             methods[METHOD_locate78] = new MethodDescriptor(java.awt.Container.class.getMethod("locate", new Class[] {int.class, int.class})); // NOI18N
675             methods[METHOD_locate78].setDisplayName ( "" );
676             methods[METHOD_location79] = new MethodDescriptor(java.awt.Component.class.getMethod("location", new Class[] {})); // NOI18N
677             methods[METHOD_location79].setDisplayName ( "" );
678             methods[METHOD_lostFocus80] = new MethodDescriptor(java.awt.Component.class.getMethod("lostFocus", new Class[] {java.awt.Event.class, java.lang.Object.class})); // NOI18N
679             methods[METHOD_lostFocus80].setDisplayName ( "" );
680             methods[METHOD_minimumSize81] = new MethodDescriptor(java.awt.Container.class.getMethod("minimumSize", new Class[] {})); // NOI18N
681             methods[METHOD_minimumSize81].setDisplayName ( "" );
682             methods[METHOD_mouseDown82] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDown", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
683             methods[METHOD_mouseDown82].setDisplayName ( "" );
684             methods[METHOD_mouseDrag83] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDrag", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
685             methods[METHOD_mouseDrag83].setDisplayName ( "" );
686             methods[METHOD_mouseEnter84] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseEnter", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
687             methods[METHOD_mouseEnter84].setDisplayName ( "" );
688             methods[METHOD_mouseExit85] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseExit", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
689             methods[METHOD_mouseExit85].setDisplayName ( "" );
690             methods[METHOD_mouseMove86] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseMove", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
691             methods[METHOD_mouseMove86].setDisplayName ( "" );
692             methods[METHOD_mouseUp87] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseUp", new Class[] {java.awt.Event.class, int.class, int.class})); // NOI18N
693             methods[METHOD_mouseUp87].setDisplayName ( "" );
694             methods[METHOD_move88] = new MethodDescriptor(java.awt.Component.class.getMethod("move", new Class[] {int.class, int.class})); // NOI18N
695             methods[METHOD_move88].setDisplayName ( "" );
696             methods[METHOD_nextFocus89] = new MethodDescriptor(java.awt.Component.class.getMethod("nextFocus", new Class[] {})); // NOI18N
697             methods[METHOD_nextFocus89].setDisplayName ( "" );
698             methods[METHOD_paint90] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paint", new Class[] {java.awt.Graphics.class})); // NOI18N
699             methods[METHOD_paint90].setDisplayName ( "" );
700             methods[METHOD_paintAll91] = new MethodDescriptor(java.awt.Component.class.getMethod("paintAll", new Class[] {java.awt.Graphics.class})); // NOI18N
701             methods[METHOD_paintAll91].setDisplayName ( "" );
702             methods[METHOD_paintComponents92] = new MethodDescriptor(java.awt.Container.class.getMethod("paintComponents", new Class[] {java.awt.Graphics.class})); // NOI18N
703             methods[METHOD_paintComponents92].setDisplayName ( "" );
704             methods[METHOD_paintImmediately93] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
705             methods[METHOD_paintImmediately93].setDisplayName ( "" );
706             methods[METHOD_paintImmediately94] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {java.awt.Rectangle.class})); // NOI18N
707             methods[METHOD_paintImmediately94].setDisplayName ( "" );
708             methods[METHOD_postEvent95] = new MethodDescriptor(java.awt.Component.class.getMethod("postEvent", new Class[] {java.awt.Event.class})); // NOI18N
709             methods[METHOD_postEvent95].setDisplayName ( "" );
710             methods[METHOD_preferredSize96] = new MethodDescriptor(java.awt.Container.class.getMethod("preferredSize", new Class[] {})); // NOI18N
711             methods[METHOD_preferredSize96].setDisplayName ( "" );
712             methods[METHOD_prepareImage97] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class})); // NOI18N
713             methods[METHOD_prepareImage97].setDisplayName ( "" );
714             methods[METHOD_prepareImage98] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, int.class, int.class, java.awt.image.ImageObserver.class})); // NOI18N
715             methods[METHOD_prepareImage98].setDisplayName ( "" );
716             methods[METHOD_print99] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("print", new Class[] {java.awt.Graphics.class})); // NOI18N
717             methods[METHOD_print99].setDisplayName ( "" );
718             methods[METHOD_printAll100] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("printAll", new Class[] {java.awt.Graphics.class})); // NOI18N
719             methods[METHOD_printAll100].setDisplayName ( "" );
720             methods[METHOD_printComponents101] = new MethodDescriptor(java.awt.Container.class.getMethod("printComponents", new Class[] {java.awt.Graphics.class})); // NOI18N
721             methods[METHOD_printComponents101].setDisplayName ( "" );
722             methods[METHOD_putClientProperty102] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("putClientProperty", new Class[] {java.lang.Object.class, java.lang.Object.class})); // NOI18N
723             methods[METHOD_putClientProperty102].setDisplayName ( "" );
724             methods[METHOD_registerKeyboardAction103] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, java.lang.String.class, javax.swing.KeyStroke.class, int.class})); // NOI18N
725             methods[METHOD_registerKeyboardAction103].setDisplayName ( "" );
726             methods[METHOD_registerKeyboardAction104] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, javax.swing.KeyStroke.class, int.class})); // NOI18N
727             methods[METHOD_registerKeyboardAction104].setDisplayName ( "" );
728             methods[METHOD_remove105] = new MethodDescriptor(java.awt.Component.class.getMethod("remove", new Class[] {java.awt.MenuComponent.class})); // NOI18N
729             methods[METHOD_remove105].setDisplayName ( "" );
730             methods[METHOD_remove106] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {int.class})); // NOI18N
731             methods[METHOD_remove106].setDisplayName ( "" );
732             methods[METHOD_remove107] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {java.awt.Component.class})); // NOI18N
733             methods[METHOD_remove107].setDisplayName ( "" );
734             methods[METHOD_removeAll108] = new MethodDescriptor(java.awt.Container.class.getMethod("removeAll", new Class[] {})); // NOI18N
735             methods[METHOD_removeAll108].setDisplayName ( "" );
736             methods[METHOD_removeNotify109] = new MethodDescriptor(javax.swing.JButton.class.getMethod("removeNotify", new Class[] {})); // NOI18N
737             methods[METHOD_removeNotify109].setDisplayName ( "" );
738             methods[METHOD_removePropertyChangeListener110] = new MethodDescriptor(java.awt.Component.class.getMethod("removePropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class})); // NOI18N
739             methods[METHOD_removePropertyChangeListener110].setDisplayName ( "" );
740             methods[METHOD_repaint111] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {})); // NOI18N
741             methods[METHOD_repaint111].setDisplayName ( "" );
742             methods[METHOD_repaint112] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {long.class})); // NOI18N
743             methods[METHOD_repaint112].setDisplayName ( "" );
744             methods[METHOD_repaint113] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
745             methods[METHOD_repaint113].setDisplayName ( "" );
746             methods[METHOD_repaint114] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {long.class, int.class, int.class, int.class, int.class})); // NOI18N
747             methods[METHOD_repaint114].setDisplayName ( "" );
748             methods[METHOD_repaint115] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {java.awt.Rectangle.class})); // NOI18N
749             methods[METHOD_repaint115].setDisplayName ( "" );
750             methods[METHOD_requestDefaultFocus116] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestDefaultFocus", new Class[] {})); // NOI18N
751             methods[METHOD_requestDefaultFocus116].setDisplayName ( "" );
752             methods[METHOD_requestFocus117] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {})); // NOI18N
753             methods[METHOD_requestFocus117].setDisplayName ( "" );
754             methods[METHOD_requestFocus118] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {boolean.class})); // NOI18N
755             methods[METHOD_requestFocus118].setDisplayName ( "" );
756             methods[METHOD_requestFocusInWindow119] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocusInWindow", new Class[] {})); // NOI18N
757             methods[METHOD_requestFocusInWindow119].setDisplayName ( "" );
758             methods[METHOD_resetKeyboardActions120] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("resetKeyboardActions", new Class[] {})); // NOI18N
759             methods[METHOD_resetKeyboardActions120].setDisplayName ( "" );
760             methods[METHOD_reshape121] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("reshape", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
761             methods[METHOD_reshape121].setDisplayName ( "" );
762             methods[METHOD_resize122] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {int.class, int.class})); // NOI18N
763             methods[METHOD_resize122].setDisplayName ( "" );
764             methods[METHOD_resize123] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {java.awt.Dimension.class})); // NOI18N
765             methods[METHOD_resize123].setDisplayName ( "" );
766             methods[METHOD_revalidate124] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("revalidate", new Class[] {})); // NOI18N
767             methods[METHOD_revalidate124].setDisplayName ( "" );
768             methods[METHOD_scrollRectToVisible125] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("scrollRectToVisible", new Class[] {java.awt.Rectangle.class})); // NOI18N
769             methods[METHOD_scrollRectToVisible125].setDisplayName ( "" );
770             methods[METHOD_setBounds126] = new MethodDescriptor(java.awt.Component.class.getMethod("setBounds", new Class[] {int.class, int.class, int.class, int.class})); // NOI18N
771             methods[METHOD_setBounds126].setDisplayName ( "" );
772             methods[METHOD_setComponentZOrder127] = new MethodDescriptor(java.awt.Container.class.getMethod("setComponentZOrder", new Class[] {java.awt.Component.class, int.class})); // NOI18N
773             methods[METHOD_setComponentZOrder127].setDisplayName ( "" );
774             methods[METHOD_setDefaultLocale128] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("setDefaultLocale", new Class[] {java.util.Locale.class})); // NOI18N
775             methods[METHOD_setDefaultLocale128].setDisplayName ( "" );
776             methods[METHOD_setMnemonic129] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("setMnemonic", new Class[] {int.class})); // NOI18N
777             methods[METHOD_setMnemonic129].setDisplayName ( "" );
778             methods[METHOD_show130] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {})); // NOI18N
779             methods[METHOD_show130].setDisplayName ( "" );
780             methods[METHOD_show131] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {boolean.class})); // NOI18N
781             methods[METHOD_show131].setDisplayName ( "" );
782             methods[METHOD_size132] = new MethodDescriptor(java.awt.Component.class.getMethod("size", new Class[] {})); // NOI18N
783             methods[METHOD_size132].setDisplayName ( "" );
784             methods[METHOD_toString133] = new MethodDescriptor(java.awt.Component.class.getMethod("toString", new Class[] {})); // NOI18N
785             methods[METHOD_toString133].setDisplayName ( "" );
786             methods[METHOD_transferFocus134] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocus", new Class[] {})); // NOI18N
787             methods[METHOD_transferFocus134].setDisplayName ( "" );
788             methods[METHOD_transferFocusBackward135] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusBackward", new Class[] {})); // NOI18N
789             methods[METHOD_transferFocusBackward135].setDisplayName ( "" );
790             methods[METHOD_transferFocusDownCycle136] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusDownCycle", new Class[] {})); // NOI18N
791             methods[METHOD_transferFocusDownCycle136].setDisplayName ( "" );
792             methods[METHOD_transferFocusUpCycle137] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocusUpCycle", new Class[] {})); // NOI18N
793             methods[METHOD_transferFocusUpCycle137].setDisplayName ( "" );
794             methods[METHOD_unregisterKeyboardAction138] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("unregisterKeyboardAction", new Class[] {javax.swing.KeyStroke.class})); // NOI18N
795             methods[METHOD_unregisterKeyboardAction138].setDisplayName ( "" );
796             methods[METHOD_update139] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("update", new Class[] {java.awt.Graphics.class})); // NOI18N
797             methods[METHOD_update139].setDisplayName ( "" );
798             methods[METHOD_updateUI140] = new MethodDescriptor(javax.swing.JButton.class.getMethod("updateUI", new Class[] {})); // NOI18N
799             methods[METHOD_updateUI140].setDisplayName ( "" );
800             methods[METHOD_validate141] = new MethodDescriptor(java.awt.Container.class.getMethod("validate", new Class[] {})); // NOI18N
801             methods[METHOD_validate141].setDisplayName ( "" );
802         }
803         catch( Exception e) {}//GEN-HEADEREND:Methods
804 
805         // Here you can add code for customizing the methods array.
806         
807         return methods;     }//GEN-LAST:Methods
808     private static java.awt.Image iconColor16 = null;//GEN-BEGIN:IconsDef
809     private static java.awt.Image iconColor32 = null;
810     private static java.awt.Image iconMono16 = null;
811     private static java.awt.Image iconMono32 = null;//GEN-END:IconsDef
812     private static String iconNameC16 = "/icons/camera.gif";//GEN-BEGIN:Icons
813     private static String iconNameC32 = "/icons/webfotos.gif";
814     private static String iconNameM16 = null;
815     private static String iconNameM32 = null;//GEN-END:Icons
816     private static final int defaultPropertyIndex = -1;//GEN-BEGIN:Idx
817     private static final int defaultEventIndex = -1;//GEN-END:Idx
818 
819 //GEN-FIRST:Superclass
820     // Here you can add code for customizing the Superclass BeanInfo.
821 //GEN-LAST:Superclass
822     /**
823      * Gets the bean's
824      * <code>BeanDescriptor</code>s.
825      *
826      * @return BeanDescriptor describing the editable properties of this bean.
827      * May return null if the information should be obtained by automatic
828      * analysis.
829      */
830     @Override
831     public BeanDescriptor getBeanDescriptor() {
832         return getBdescriptor();
833     }
834 
835     /**
836      * Gets the bean's
837      * <code>PropertyDescriptor</code>s.
838      *
839      * @return An array of PropertyDescriptors describing the editable
840      * properties supported by this bean. May return null if the information
841      * should be obtained by automatic analysis. <p> If a property is indexed,
842      * then its entry in the result array will belong to the
843      * IndexedPropertyDescriptor subclass of PropertyDescriptor. A client of
844      * getPropertyDescriptors can use "instanceof" to check if a given
845      * PropertyDescriptor is an IndexedPropertyDescriptor.
846      */
847     @Override
848     public PropertyDescriptor[] getPropertyDescriptors() {
849         return getPdescriptor();
850     }
851 
852     /**
853      * Gets the bean's
854      * <code>EventSetDescriptor</code>s.
855      *
856      * @return An array of EventSetDescriptors describing the kinds of events
857      * fired by this bean. May return null if the information should be obtained
858      * by automatic analysis.
859      */
860     @Override
861     public EventSetDescriptor[] getEventSetDescriptors() {
862         return getEdescriptor();
863     }
864 
865     /**
866      * Gets the bean's
867      * <code>MethodDescriptor</code>s.
868      *
869      * @return An array of MethodDescriptors describing the methods implemented
870      * by this bean. May return null if the information should be obtained by
871      * automatic analysis.
872      */
873     @Override
874     public MethodDescriptor[] getMethodDescriptors() {
875         return getMdescriptor();
876     }
877 
878     /**
879      * A bean may have a "default" property that is the property that will
880      * mostly commonly be initially chosen for update by human's who are
881      * customizing the bean.
882      *
883      * @return Index of default property in the PropertyDescriptor array
884      * returned by getPropertyDescriptors. <P>	Returns -1 if there is no default
885      * property.
886      */
887     @Override
888     public int getDefaultPropertyIndex() {
889         return defaultPropertyIndex;
890     }
891 
892     /**
893      * A bean may have a "default" event that is the event that will mostly
894      * commonly be used by human's when using the bean.
895      *
896      * @return Index of default event in the EventSetDescriptor array returned
897      * by getEventSetDescriptors. <P>	Returns -1 if there is no default event.
898      */
899     @Override
900     public int getDefaultEventIndex() {
901         return defaultEventIndex;
902     }
903 
904     /**
905      * This method returns an image object that can be used to represent the
906      * bean in toolboxes, toolbars, etc. Icon images will typically be GIFs, but
907      * may in future include other formats. <p> Beans aren't required to provide
908      * icons and may return null from this method. <p> There are four possible
909      * flavors of icons (16x16 color, 32x32 color, 16x16 mono, 32x32 mono). If a
910      * bean choses to only support a single icon we recommend supporting 16x16
911      * color. <p> We recommend that icons have a "transparent" background so
912      * they can be rendered onto an existing background.
913      *
914      * @param iconKind The kind of icon requested. This should be one of the
915      * constant values ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, or
916      * ICON_MONO_32x32.
917      * @return An image object representing the requested icon. May return null
918      * if no suitable icon is available.
919      */
920     @Override
921     public java.awt.Image getIcon(int iconKind) {
922         switch (iconKind) {
923             case ICON_COLOR_16x16:
924                 if (iconNameC16 == null) {
925                     return null;
926                 } else {
927                     if (iconColor16 == null) {
928                         iconColor16 = loadImage(iconNameC16);
929                     }
930                     return iconColor16;
931                 }
932             case ICON_COLOR_32x32:
933                 if (iconNameC32 == null) {
934                     return null;
935                 } else {
936                     if (iconColor32 == null) {
937                         iconColor32 = loadImage(iconNameC32);
938                     }
939                     return iconColor32;
940                 }
941             case ICON_MONO_16x16:
942                 if (iconNameM16 == null) {
943                     return null;
944                 } else {
945                     if (iconMono16 == null) {
946                         iconMono16 = loadImage(iconNameM16);
947                     }
948                     return iconMono16;
949                 }
950             case ICON_MONO_32x32:
951                 if (iconNameM32 == null) {
952                     return null;
953                 } else {
954                     if (iconMono32 == null) {
955                         iconMono32 = loadImage(iconNameM32);
956                     }
957                     return iconMono32;
958                 }
959             default:
960                 return null;
961         }
962     }
963 }